Cygwin食用指南

国内镜像

网易: http://mirrors.163.com/.help/cygwin.html

选择的包

  • Archive: bzip2 p7zip zip
  • Base: 全选
  • Devel: autoconf automake cmake cvs cscope ctags git gdb make
  • Editor: vim vim-common
  • Interpreters: php php-devel python
  • Net: curl openssl ping putty openssh
  • Web: wget

工具

  • 安装完成Cygwin之后, 如果想要再安装新软件, 可以使用官网下载的setup-x86.exe, 命令: setup-x86.exe -q -P packagename1,packagename2
  • 选择之二: apt-cyg , 使用方法类似ubuntu 的apt-get apt-cyg install yourPackage

配置

  • 把windows的盘符链接为/c, /d这样的路径: ln -s /cygdrive/c /c
  • alias:

    alias ll='ls -alh'
    alias ls='ls --color=tty'
    alias yum='apt-cyg'

如何删除Cygwin

takeown /f C:\cygwin /r /d y
icacls c:\cygwin /t /grant everyone:F

删除整个Cygwin安装目录.